home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
SoundAndMusic
/
SoundKit
/
SoundEditor
/
English.lproj
/
InfoPanel.nib
/
data.classes
next >
Wrap
Text File
|
1992-07-09
|
530b
|
42 lines
MySubclass = {
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
SoundController = {
ACTIONS = {
didRecord:;
willPlay:;
open:;
pause:;
hadError:;
didPlay:;
save:;
saveAs:;
stop:;
appDidBecomeActive:;
record:;
newSoundDoc:;
revertToSaved:;
appDidHide:;
willRecord:;
info:;
play:;
};
OUTLETS = {
meter;
myStringTable;
pauseButton;
controlPanel;
currentDocument;
playButton;
infoPanel;
recordButton;
stopButton;
};
SUPERCLASS = Object;
};